DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / UseCPUsInParallel Property

In This Topic
    UseCPUsInParallel Property (C1DataCollection<T>)
    In This Topic
    Gets or sets whether the operations will be performed using CPU's in parallel.
    Syntax
    'Declaration
     
    Public Property UseCPUsInParallel As Boolean
    public bool UseCPUsInParallel {get; set;}
    See Also